Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favor Java over Kotlin #244

Conversation

christophstrobl
Copy link
Member

The junit/kotlin combination used in tests causes constant ci failures. How about moving those tests to java?

This should get rid of the constant failures caused by the junit/kotlin combination.
@mhalbritter mhalbritter changed the title Favour Java over Kotlin. Favor Java over Kotlin Sep 6, 2024
@wilkinsona
Copy link
Member

wilkinsona commented Sep 6, 2024

It's failing due to graalvm/native-build-tools#602. Rather than switching the tests to Java, which partially defeats the purpose of a Kotlin-based smoke test, I think I'd prefer that we mark it as being expected to fail for now with the expectation that it'll start passing once an NBT release has happened and we've upgraded.

@wilkinsona
Copy link
Member

I've updated the failure expectations in dc0b3ce and a109213. Hopefully that should silence the failure notifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants